FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package accdr.fhir.ig.pkg#0.9.0-alpha-0.9.23 (93 ms)

Package accdr.fhir.ig.pkg
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=accdr.fhir.ig.pkg@0.9.0-alpha-0.9.23&canonical=http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-Observation
Url http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-Observation
Status draft
Date 2023-02-23T18:11:52.0977487+00:00
Name Observation
Experimental False
Description This observation resource is used to support discrete data or textual content in the acCDR document
Type Observation
Kind resource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-Patient CDRPatient


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "98fc05e3-cacf-4f12-a9ba-7b1070b82db8",
  "meta" : {
    "lastUpdated" : "2023-02-23T18:10:37.5903762+00:00"
  },
  "url" : "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-Observation",
  "name" : "Observation",
  "status" : "draft",
  "date" : "2023-02-23T18:11:52.0977487+00:00",
  "description" : "This observation resource is used to support discrete data or textual content in the acCDR document",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "workflow",
      "uri" : "http://hl7.org/fhir/workflow",
      "name" : "Workflow Pattern"
    },
    {
      "identity" : "sct-concept",
      "uri" : "http://snomed.info/conceptdomain",
      "name" : "SNOMED CT Concept Domain Binding"
    },
    {
      "identity" : "v2",
      "uri" : "http://hl7.org/v2",
      "name" : "HL7 v2 Mapping"
    },
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "w5",
      "uri" : "http://hl7.org/fhir/fivews",
      "name" : "FiveWs Pattern Mapping"
    },
    {
      "identity" : "sct-attr",
      "uri" : "http://snomed.org/attributebinding",
      "name" : "SNOMED CT Attribute Binding"
    },
    {
      "identity" : "CDR-data-in-v2",
      "name" : "CDR-data-in-v2"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "Observation",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Observation.id",
        "path" : "Observation.id",
        "min" : 1
      },
      {
        "id" : "Observation.meta",
        "path" : "Observation.meta"
      },
      {
        "id" : "Observation.meta.profile",
        "path" : "Observation.meta.profile",
        "min" : 1,
        "max" : "1",
        "fixedCanonical" : "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-observation-for-document",
        "mustSupport" : true
      },
      {
        "id" : "Observation.identifier",
        "path" : "Observation.identifier",
        "comment" : "For documents, this is usually a sequential id that indicates the order of document narratives, starting from 1."
      },
      {
        "id" : "Observation.status",
        "path" : "Observation.status",
        "mustSupport" : false,
        "mapping" : [
          {
            "identity" : "CDR-data-in-v2",
            "map" : "OBX.11"
          }
        ]
      },
      {
        "id" : "Observation.code",
        "path" : "Observation.code",
        "mustSupport" : true,
        "mapping" : [
          {
            "identity" : "CDR-data-in-v2",
            "map" : "OBX.3"
          }
        ]
      },
      {
        "id" : "Observation.code.coding",
        "path" : "Observation.code.coding",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Observation.code.coding.system",
        "path" : "Observation.code.coding.system",
        "min" : 1,
        "mustSupport" : true,
        "mapping" : [
          {
            "identity" : "CDR-data-in-v2",
            "map" : "OBX.3.3"
          }
        ]
      },
      {
        "id" : "Observation.code.coding.code",
        "path" : "Observation.code.coding.code",
        "min" : 1,
        "mapping" : [
          {
            "identity" : "CDR-data-in-v2",
            "map" : "OBX.3.1"
          }
        ]
      },
      {
        "id" : "Observation.code.coding.display",
        "path" : "Observation.code.coding.display",
        "min" : 1,
        "mapping" : [
          {
            "identity" : "CDR-data-in-v2",
            "map" : "OBX.3.2"
          }
        ]
      },
      {
        "id" : "Observation.subject",
        "path" : "Observation.subject",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-Patient"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Observation.subject.reference",
        "path" : "Observation.subject.reference",
        "comment" : "For data integrity, this should hold the same reference as what's in DiagnosticReport.subject",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Observation.effective[x]",
        "path" : "Observation.effective[x]",
        "mapping" : [
          {
            "identity" : "CDR-data-in-v2",
            "map" : "OBX.14"
          }
        ]
      },
      {
        "id" : "Observation.value[x]",
        "path" : "Observation.value[x]",
        "comment" : "For document narratives, this is usually interpreted as a string. Value itself may be a number, datetime.",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Observation.interpretation",
        "path" : "Observation.interpretation",
        "mustSupport" : true,
        "mapping" : [
          {
            "identity" : "CDR-data-in-v2",
            "map" : "OBX.8"
          }
        ]
      },
      {
        "id" : "Observation.interpretation.coding",
        "path" : "Observation.interpretation.coding",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Observation.interpretation.coding.system",
        "path" : "Observation.interpretation.coding.system",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Observation.interpretation.coding.code",
        "path" : "Observation.interpretation.coding.code",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Observation.interpretation.coding.display",
        "path" : "Observation.interpretation.coding.display",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Observation.note",
        "path" : "Observation.note",
        "mustSupport" : true,
        "mapping" : [
          {
            "identity" : "CDR-data-in-v2",
            "map" : "NTE",
            "comment" : "Observation level notes"
          }
        ]
      },
      {
        "id" : "Observation.note.id",
        "path" : "Observation.note.id",
        "mustSupport" : true,
        "mapping" : [
          {
            "identity" : "CDR-data-in-v2",
            "map" : "NTE.1"
          }
        ]
      },
      {
        "id" : "Observation.referenceRange",
        "path" : "Observation.referenceRange",
        "definition" : "Guidance on how to interpret the value by comparison to a normal or recommended range. Multiple reference ranges are interpreted as an \"OR\". In other words, to represent two distinct target populations, two `referenceRange` elements would be used.\r\n\r\nIn this implementation, we may choose to populate the range into low and high value if possible. If this cannot be done, the range value will be provided in the text.",
        "mustSupport" : true,
        "mapping" : [
          {
            "identity" : "CDR-data-in-v2",
            "map" : "OBX.7"
          }
        ]
      },
      {
        "id" : "Observation.referenceRange.low",
        "path" : "Observation.referenceRange.low",
        "mustSupport" : true
      },
      {
        "id" : "Observation.referenceRange.low.value",
        "path" : "Observation.referenceRange.low.value",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Observation.referenceRange.high",
        "path" : "Observation.referenceRange.high",
        "mustSupport" : true
      },
      {
        "id" : "Observation.referenceRange.high.value",
        "path" : "Observation.referenceRange.high.value",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Observation.referenceRange.text",
        "path" : "Observation.referenceRange.text",
        "min" : 1,
        "mustSupport" : true
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.